home *** CD-ROM | disk | FTP | other *** search
/ Know Your Baseball - The Greatest Player Resource / Know Your Baseball - Greatest Player.iso / Baseball / Director / KTGCST.CST / 00012_Script_Rule Script < prev    next >
Text File  |  1998-09-21  |  318b  |  16 lines

  1. on mouseDown
  2.   losepop(window "pop")
  3.   threestateButton
  4.   resetbanner
  5.   set rule = the moviename
  6.   case rule of 
  7.     "KTG_f_1.dir":
  8.       puppetsound "KTG2_PES"
  9.     "KTG_f_2.dir":
  10.       puppetsound "KTG2_HOL"
  11.     "KTG_f_3.dir":
  12.       puppetsound "KTG2_OPT"
  13.   end case
  14.  Turnonbutton(41)
  15.   updatestage
  16. end